home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / bench / x.txt / 000071_jaltman@watsun.cc.columbia.edu_Thu Oct 25 10:03:34 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  51 lines

  1. Article: 12884 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
  3. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc,comp.unix.aix
  5. Subject: Re: Kermit droping back to a login
  6. Date: 25 Oct 2001 13:06:36 GMT
  7. Organization: Columbia University
  8. Lines: 34
  9. Message-ID: <9r92os$373$1@newsmaster.cc.columbia.edu>
  10. References: <d86c5ce1.0110221123.53a7102b@posting.google.com> <d86c5ce1.0110230446.686fdc5@posting.google.com> <9r3rb4$c7t$1@newsmaster.cc.columbia.edu> <d86c5ce1.0110250443.273b22ef@posting.google.com>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1004015196 3299 128.59.39.2 (25 Oct 2001 13:06:36 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 25 Oct 2001 13:06:36 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12884 comp.unix.aix:224865
  16.  
  17. In article <d86c5ce1.0110250443.273b22ef@posting.google.com>,
  18. Alan Rice <arice@benchmark-systems.com> wrote:
  19. :Frank da Cruz wrote:
  20. : > If you are dialing directly into an AIX serial port, that's a different
  21. : > story, but it's also a scenario I can't duplicate for testing.  The most
  22. : > likely suspect is Kermit's calls to the /dev/tty driver.  When Kermit
  23. : > starts, it gets and saves your terminal modes, and then puts the terminal
  24. : > into "CBREAK" mode so it can read a character at a time from your keyboard.
  25. : > When it exits, it restores the original terminal modes.  So the first
  26. : > question is: can you start Kermit and then immediately EXIT from it without
  27. : > getting logged out?
  28. : I am dialing in to the box in question.
  29. : I can start and stop kermit with no problems. But I can not issue a
  30. : SEND or a RECEIVE without it kicking me out to a login prompt.
  31. : ALan R
  32.  
  33. The problem is most likely the one that Frank described. The attempt
  34. to reset the terminal modes is causing the PTY to terminate.  Therefore,
  35. the getty driver executes a new login() command on the device.
  36.  
  37. This would be a bug in the PTY driver.  There are many such bugs that
  38. have been fixed with patches from IBM.  I'm not sure which version of AIX
  39. you are running, but the IBM AIX APAR database is the place to start.
  40. Search for "pty".
  41.  
  42.  
  43.  
  44.  Jeffrey Altman * Sr.Software Designer      C-Kermit 8.0 Beta available
  45.  The Kermit Project @ Columbia University   includes Secure Telnet and FTP
  46.  http://www.kermit-project.org/             using Kerberos, SRP, and 
  47.  kermit-support@kermit-project.org          OpenSSL.  SSH soon to follow.
  48.